[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 twSplitTxt( InString, LineLen, MaxLines )
 ----------------------------------------------------------------------------
     Splits a long string into parts at a space if possible.  InString
     may be 64K.

     This function derives from a similar one by Rick Spence.

       Arguments:

     InString - 'C' String to be processed.

     LineLen  - 'N' Length of line to aim for.

     MaxLines - 'N' Maximum number of lines allowed.

       Return:

     An array of string with MaxLines as its maximum number of
     elements.

       Example:

     sArray := twSplitTxt( MemoField )



This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson